home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 January / EnterCD 01_2004.iso / Multimedia / Advanced Effect Maker Freeware Edition 1.0 / aemf10.exe / {app} / templates / masklinemessage.swf / scripts / frame_4 / DoAction.as
Encoding:
Text File  |  2003-09-20  |  1.9 KB  |  68 lines

  1. debug = 0;
  2. var movx = parseInt("300",10);
  3. var movy = parseInt("60",10);
  4. var texts = "This is|MaskLine|Messenger|";
  5. var urls = "http://www.effectmaker.com/clickpage.html|http://www.effectmaker.com/clickpage.html|http://www.effectmaker.com/clickpage.html|";
  6. var c1 = parseInt("4210752",10);
  7. var bgc = parseInt("16777215",10);
  8. var target = "_self";
  9. var tpause = parseInt("300",10);
  10. var sbg = parseInt("0",10);
  11. var lm = " |";
  12. var lmxy = " |";
  13. attachMovie("ml","m1",0);
  14. setProperty("m1", _visible, false);
  15. setProperty("m1", _X, 0);
  16. mc = new Color("m1.te");
  17. mc.setRGB(c1);
  18. attachMovie("ml","m2",1);
  19. setProperty("m2", _visible, false);
  20. setProperty("m2", _X, 0);
  21. mc = new Color("m2.te");
  22. mc.setRGB(c1);
  23. ii = 0;
  24. if(0 < sbg)
  25. {
  26.    moviearea.bgrholder.attachMovie("plain_bgr","pbg",0);
  27.    setProperty("moviearea.bgrholder.pbg", _X, 0);
  28.    setProperty("moviearea.bgrholder.pbg", _Y, 0);
  29.    setProperty("moviearea.bgrholder.pbg", _width, movx);
  30.    setProperty("moviearea.bgrholder.pbg", _height, movy);
  31.    mc = new Color("moviearea.bgrholder.pbg");
  32.    mc.setRGB(bgc);
  33. }
  34. moviearea._x = 0;
  35. moviearea.bimage._width = movx;
  36. moviearea._y = 0;
  37. moviearea.bimage._height = movy;
  38. var texts = texts.split("|");
  39. var urls = urls.split("|");
  40. y = - movy;
  41. mode = 0;
  42. tpause = int(tpause * 12 / 100);
  43. attachMovie("click","click",2);
  44. setProperty("click", _X, 0);
  45. setProperty("click", _Y, 0);
  46. setProperty("click", _width, movx);
  47. setProperty("click", _height, movy);
  48. var lm = lm.split("|");
  49. var lmxy = lmxy.split("|");
  50. i = 0;
  51. while(i < lm.length)
  52. {
  53.    if(3 < lm[i].length)
  54.    {
  55.       attachMovie("lom","lm" add i,i + 3);
  56.       var xy = lmxy[i].split(",");
  57.       setProperty("lm" add i, _X, xy[0]);
  58.       setProperty("lm" add i, _Y, xy[1]);
  59.       eval("lm" add i).loadMovie(lm[i]);
  60.    }
  61.    i++;
  62. }
  63. var today = new Date();
  64. if(!(today.getTime() < ts && ts < today.getTime() + 172800000 || ts == -1 || 0 < debug))
  65. {
  66.    gotoAndStop("ea");
  67. }
  68.